Uses of Class
com.azure.resourcemanager.databricks.fluent.models.GroupIdInformationInner
Packages that use GroupIdInformationInner
Package
Description
Package containing the service clients for AzureDatabricksManagementClient.
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of GroupIdInformationInner in com.azure.resourcemanager.databricks.fluent
Methods in com.azure.resourcemanager.databricks.fluent that return GroupIdInformationInnerModifier and TypeMethodDescriptionGet the specified private link resource Get the specified private link resource for the given group id (sub-resource).Methods in com.azure.resourcemanager.databricks.fluent that return types with arguments of type GroupIdInformationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GroupIdInformationInner> PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String workspaceName, String groupId, com.azure.core.util.Context context) Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).com.azure.core.http.rest.PagedIterable<GroupIdInformationInner> List private link resources List private link resources for a given workspace.com.azure.core.http.rest.PagedIterable<GroupIdInformationInner> PrivateLinkResourcesClient.list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) List private link resources List private link resources for a given workspace. -
Uses of GroupIdInformationInner in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return GroupIdInformationInnerModifier and TypeMethodDescriptionstatic GroupIdInformationInnerGroupIdInformationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GroupIdInformationInner from the JsonReader.GroupIdInformationInner.withProperties(GroupIdInformationProperties properties) Set the properties property: The group id properties. -
Uses of GroupIdInformationInner in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return GroupIdInformationInnerModifier and TypeMethodDescriptionGroupIdInformation.innerModel()Gets the inner com.azure.resourcemanager.databricks.fluent.models.GroupIdInformationInner object.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type GroupIdInformationInnerModifier and TypeMethodDescriptionPrivateLinkResourcesList.value()Get the value property: The list of available private link resources for a workspace.Method parameters in com.azure.resourcemanager.databricks.models with type arguments of type GroupIdInformationInnerModifier and TypeMethodDescriptionPrivateLinkResourcesList.withValue(List<GroupIdInformationInner> value) Set the value property: The list of available private link resources for a workspace.