Uses of Class
com.azure.resourcemanager.network.fluent.models.AvailablePrivateEndpointTypeInner
-
Packages that use AvailablePrivateEndpointTypeInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AvailablePrivateEndpointTypeInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<AvailablePrivateEndpointTypeInner>AvailablePrivateEndpointTypesClient. list(String location)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. list(String location, 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. listAsync(String location)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
Methods in com.azure.resourcemanager.network.fluent.models that return AvailablePrivateEndpointTypeInner Modifier and Type Method Description AvailablePrivateEndpointTypeInnerAvailablePrivateEndpointTypeInner. withDisplayName(String displayName)Set the displayName property: Display name of the resource.AvailablePrivateEndpointTypeInnerAvailablePrivateEndpointTypeInner. withId(String id)Set the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.AvailablePrivateEndpointTypeInnerAvailablePrivateEndpointTypeInner. withName(String name)Set the name property: The name of the service and resource.AvailablePrivateEndpointTypeInnerAvailablePrivateEndpointTypeInner. withResourceName(String resourceName)Set the resourceName property: The name of the service and resource.AvailablePrivateEndpointTypeInnerAvailablePrivateEndpointTypeInner. withType(String type)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 AvailablePrivateEndpointTypeInner Modifier and Type Method Description List<AvailablePrivateEndpointTypeInner>AvailablePrivateEndpointTypesResult. value()Get the value property: An array of available privateEndpoint type.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailablePrivateEndpointTypeInner Modifier and Type Method Description AvailablePrivateEndpointTypesResultAvailablePrivateEndpointTypesResult. withValue(List<AvailablePrivateEndpointTypeInner> value)Set the value property: An array of available privateEndpoint type.
-