ResourceScopeType 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.
Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site.
public readonly struct ResourceScopeType : IEquatable<Azure.ResourceManager.AppService.Models.ResourceScopeType>
type ResourceScopeType = struct
Public Structure ResourceScopeType
Implements IEquatable(Of ResourceScopeType)
- Inheritance
-
ResourceScopeType
- Implements
Constructors
ResourceScopeType(String) |
Initializes a new instance of ResourceScopeType. |
Properties
ServerFarm |
ServerFarm. |
Subscription |
Subscription. |
WebSite |
WebSite. |
Methods
Equals(ResourceScopeType) |
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(ResourceScopeType, ResourceScopeType) |
Determines if two ResourceScopeType values are the same. |
Implicit(String to ResourceScopeType) |
Converts a String to a ResourceScopeType. |
Inequality(ResourceScopeType, ResourceScopeType) |
Determines if two ResourceScopeType values are not the same. |
Applies to
Azure SDK for .NET