Freigeben über


IsCustomizable Struct

Definition

Gets a value indicating whether the vm template is customizable or not.

public readonly struct IsCustomizable : IEquatable<Azure.ResourceManager.ScVmm.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