SubgroupProfileScope 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.
Scope of the subgroup profile.
public readonly struct SubgroupProfileScope : IEquatable<Azure.ResourceManager.Network.Models.SubgroupProfileScope>
type SubgroupProfileScope = struct
Public Structure SubgroupProfileScope
Implements IEquatable(Of SubgroupProfileScope)
- Inheritance
-
SubgroupProfileScope
- Implements
Constructors
| Name | Description |
|---|---|
| SubgroupProfileScope(String) |
Initializes a new instance of SubgroupProfileScope. |
Properties
| Name | Description |
|---|---|
| None |
No subgroup profile scope. |
| VerticalConnect |
VerticalConnect subgroup profile scope. |
Methods
| Name | Description |
|---|---|
| Equals(SubgroupProfileScope) |
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
| Name | Description |
|---|---|
| Equality(SubgroupProfileScope, SubgroupProfileScope) |
Determines if two SubgroupProfileScope values are the same. |
| Implicit(String to Nullable<SubgroupProfileScope>) | |
| Implicit(String to SubgroupProfileScope) |
Converts a string to a SubgroupProfileScope. |
| Inequality(SubgroupProfileScope, SubgroupProfileScope) |
Determines if two SubgroupProfileScope values are not the same. |