Uses of Class
com.azure.resourcemanager.network.fluent.models.AvailableDelegationInner
-
Packages that use AvailableDelegationInner 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 AvailableDelegationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AvailableDelegationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<AvailableDelegationInner>AvailableDelegationsClient. list(String location)Gets all of the available subnet delegations for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableDelegationInner>AvailableDelegationsClient. list(String location, com.azure.core.util.Context context)Gets all of the available subnet delegations for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableDelegationInner>AvailableResourceGroupDelegationsClient. list(String location, String resourceGroupName)Gets all of the available subnet delegations for this resource group in this region.com.azure.core.http.rest.PagedIterable<AvailableDelegationInner>AvailableResourceGroupDelegationsClient. list(String location, String resourceGroupName, com.azure.core.util.Context context)Gets all of the available subnet delegations for this resource group in this region.com.azure.core.http.rest.PagedFlux<AvailableDelegationInner>AvailableDelegationsClient. listAsync(String location)Gets all of the available subnet delegations for this subscription in this region.com.azure.core.http.rest.PagedFlux<AvailableDelegationInner>AvailableResourceGroupDelegationsClient. listAsync(String location, String resourceGroupName)Gets all of the available subnet delegations for this resource group in this region. -
Uses of AvailableDelegationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AvailableDelegationInner Modifier and Type Method Description AvailableDelegationInnerAvailableDelegationInner. withActions(List<String> actions)Set the actions property: The actions permitted to the service upon delegation.AvailableDelegationInnerAvailableDelegationInner. withId(String id)Set the id property: A unique identifier of the AvailableDelegation resource.AvailableDelegationInnerAvailableDelegationInner. withName(String name)Set the name property: The name of the AvailableDelegation resource.AvailableDelegationInnerAvailableDelegationInner. withServiceName(String serviceName)Set the serviceName property: The name of the service and resource.AvailableDelegationInnerAvailableDelegationInner. withType(String type)Set the type property: Resource type. -
Uses of AvailableDelegationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailableDelegationInner Modifier and Type Method Description List<AvailableDelegationInner>AvailableDelegationsResult. value()Get the value property: An array of available delegations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailableDelegationInner Modifier and Type Method Description AvailableDelegationsResultAvailableDelegationsResult. withValue(List<AvailableDelegationInner> value)Set the value property: An array of available delegations.
-