Uses of Class
com.azure.resourcemanager.network.fluent.models.AvailableDelegationInner
Packages that use AvailableDelegationInner
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 AvailableDelegationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AvailableDelegationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AvailableDelegationInner> Gets all of the available subnet delegations for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableDelegationInner> Gets all of the available subnet delegations for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableDelegationInner> 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> Gets all of the available subnet delegations for this subscription in this region.com.azure.core.http.rest.PagedFlux<AvailableDelegationInner> 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 AvailableDelegationInnerModifier and TypeMethodDescriptionstatic AvailableDelegationInnerAvailableDelegationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableDelegationInner from the JsonReader.AvailableDelegationInner.withActions(List<String> actions) Set the actions property: The actions permitted to the service upon delegation.Set the id property: A unique identifier of the AvailableDelegation resource.Set the name property: The name of the AvailableDelegation resource.AvailableDelegationInner.withServiceName(String serviceName) Set the serviceName property: The name of the service and resource.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 AvailableDelegationInnerModifier and TypeMethodDescriptionAvailableDelegationsResult.value()Get the value property: An array of available delegations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailableDelegationInnerModifier and TypeMethodDescriptionAvailableDelegationsResult.withValue(List<AvailableDelegationInner> value) Set the value property: An array of available delegations.