IsCustomizable 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.
Gets or sets a value indicating whether the vm template is customizable or not.
public readonly struct IsCustomizable : IEquatable<Azure.ResourceManager.ArcScVmm.Models.IsCustomizable>
type IsCustomizable = struct
Public Structure IsCustomizable
Implements IEquatable(Of IsCustomizable)
- Inheritance
-
IsCustomizable
- Implements
Constructors
IsCustomizable(String) |
Initializes a new instance of IsCustomizable. |
Properties
False |
false. |
True |
true. |
Methods
Equals(IsCustomizable) |
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(IsCustomizable, IsCustomizable) |
Determines if two IsCustomizable values are the same. |
Implicit(String to IsCustomizable) |
Converts a string to a IsCustomizable. |
Inequality(IsCustomizable, IsCustomizable) |
Determines if two IsCustomizable values are not the same. |
Applies to
Azure SDK for .NET