Uses of Class
com.azure.resourcemanager.network.models.SharingScope
Packages that use SharingScope
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SharingScope in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SharingScopeModifier and TypeMethodDescriptionSubnetInner.sharingScope()Get the sharingScope property: Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant.SubnetPropertiesFormatInner.sharingScope()Get the sharingScope property: Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SharingScopeModifier and TypeMethodDescriptionSubnetInner.withSharingScope(SharingScope sharingScope) Set the sharingScope property: Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant.SubnetPropertiesFormatInner.withSharingScope(SharingScope sharingScope) Set the sharingScope property: Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. -
Uses of SharingScope in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SharingScopeModifier and TypeFieldDescriptionstatic final SharingScopeSharingScope.DELEGATED_SERVICESStatic value DelegatedServices for SharingScope.static final SharingScopeSharingScope.TENANTStatic value Tenant for SharingScope.Methods in com.azure.resourcemanager.network.models that return SharingScopeModifier and TypeMethodDescriptionstatic SharingScopeSharingScope.fromString(String name) Creates or finds a SharingScope from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SharingScopeModifier and TypeMethodDescriptionstatic Collection<SharingScope> SharingScope.values()Gets known SharingScope values.