Uses of Class
com.azure.resourcemanager.network.fluent.models.AvailablePrivateEndpointTypeInner
Packages that use AvailablePrivateEndpointTypeInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AvailablePrivateEndpointTypeInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AvailablePrivateEndpointTypeInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AvailablePrivateEndpointTypeInner> Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailablePrivateEndpointTypeInner> Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.com.azure.core.http.rest.PagedFlux<AvailablePrivateEndpointTypeInner> Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailablePrivateEndpointTypeInner> AvailablePrivateEndpointTypesClient.listByResourceGroup(String location, String resourceGroupName) Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailablePrivateEndpointTypeInner> AvailablePrivateEndpointTypesClient.listByResourceGroup(String location, String resourceGroupName, com.azure.core.util.Context context) Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.com.azure.core.http.rest.PagedFlux<AvailablePrivateEndpointTypeInner> AvailablePrivateEndpointTypesClient.listByResourceGroupAsync(String location, String resourceGroupName) Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. -
Uses of AvailablePrivateEndpointTypeInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type AvailablePrivateEndpointTypeInnerModifier and TypeClassDescriptionfinal classThe information of an AvailablePrivateEndpointType.Methods in com.azure.resourcemanager.network.fluent.models that return AvailablePrivateEndpointTypeInnerModifier and TypeMethodDescriptionAvailablePrivateEndpointTypeInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailablePrivateEndpointTypeInner from the JsonReader.AvailablePrivateEndpointTypeInner.withDisplayName(String displayName) Set the displayName property: Display name of the resource.Set the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.Set the name property: The name of the service and resource.AvailablePrivateEndpointTypeInner.withResourceName(String resourceName) Set the resourceName property: The name of the service and resource.Set the type property: Resource type. -
Uses of AvailablePrivateEndpointTypeInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailablePrivateEndpointTypeInnerModifier and TypeMethodDescriptionAvailablePrivateEndpointTypesResult.value()Get the value property: An array of available privateEndpoint type.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailablePrivateEndpointTypeInnerModifier and TypeMethodDescriptionAvailablePrivateEndpointTypesResult.withValue(List<AvailablePrivateEndpointTypeInner> value) Set the value property: An array of available privateEndpoint type.