Uses of Class
com.azure.resourcemanager.network.models.Delegation
-
Packages that use Delegation Package Description 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 Delegation in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type Delegation Modifier and Type Method Description List<Delegation>SubnetInner. delegations()Get the delegations property: An array of references to the delegations on the subnet.List<Delegation>SubnetPropertiesFormatInner. delegations()Get the delegations property: An array of references to the delegations on the subnet.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type Delegation Modifier and Type Method Description SubnetInnerSubnetInner. withDelegations(List<Delegation> delegations)Set the delegations property: An array of references to the delegations on the subnet.SubnetPropertiesFormatInnerSubnetPropertiesFormatInner. withDelegations(List<Delegation> delegations)Set the delegations property: An array of references to the delegations on the subnet. -
Uses of Delegation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return Delegation Modifier and Type Method Description DelegationDelegation. withId(String id)DelegationDelegation. withName(String name)Set the name property: The name of the resource that is unique within a subnet.DelegationDelegation. withServiceName(String serviceName)Set the serviceName property: The name of the service to whom the subnet should be delegated (e.g.DelegationDelegation. withType(String type)Set the type property: Resource type.
-