DesktopVirtualizationDeploymentScope 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.
DeploymentScope type for HostPool.
public readonly struct DesktopVirtualizationDeploymentScope : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.DesktopVirtualizationDeploymentScope>
type DesktopVirtualizationDeploymentScope = struct
Public Structure DesktopVirtualizationDeploymentScope
Implements IEquatable(Of DesktopVirtualizationDeploymentScope)
- Inheritance
-
DesktopVirtualizationDeploymentScope
- Implements
Constructors
| Name | Description |
|---|---|
| DesktopVirtualizationDeploymentScope(String) |
Initializes a new instance of DesktopVirtualizationDeploymentScope. |
Properties
| Name | Description |
|---|---|
| Geographical |
For geographical Broker and ArmProvider talking to Geographical SQL DB. |
| Regional |
For regional Broker and ArmProvider talking to regional SQL DB. |
Methods
| Name | Description |
|---|---|
| Equals(DesktopVirtualizationDeploymentScope) |
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(DesktopVirtualizationDeploymentScope, DesktopVirtualizationDeploymentScope) |
Determines if two DesktopVirtualizationDeploymentScope values are the same. |
| Implicit(String to DesktopVirtualizationDeploymentScope) |
Converts a string to a DesktopVirtualizationDeploymentScope. |
| Implicit(String to Nullable<DesktopVirtualizationDeploymentScope>) | |
| Inequality(DesktopVirtualizationDeploymentScope, DesktopVirtualizationDeploymentScope) |
Determines if two DesktopVirtualizationDeploymentScope values are not the same. |