SharingScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. This property can only be set if defaultOutboundAccess is set to false, both properties can only be set if subnet is empty.
public readonly struct SharingScope : IEquatable<Azure.ResourceManager.Network.Models.SharingScope>
type SharingScope = struct
Public Structure SharingScope
Implements IEquatable(Of SharingScope)
- Inheritance
-
SharingScope
- Implements
Constructors
SharingScope(String) |
Initializes a new instance of SharingScope. |
Properties
DelegatedServices |
DelegatedServices. |
Tenant |
Tenant. |
Methods
Equals(SharingScope) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SharingScope, SharingScope) |
Determines if two SharingScope values are the same. |
Implicit(String to SharingScope) |
Converts a string to a SharingScope. |
Inequality(SharingScope, SharingScope) |
Determines if two SharingScope values are not the same. |
Applies to
Azure SDK for .NET