Freigeben über


OSDiskCreateOption Struct

Definition

The strategy for creating the OS disk.

public readonly struct OSDiskCreateOption : IEquatable<Azure.ResourceManager.NetworkCloud.Models.OSDiskCreateOption>
type OSDiskCreateOption = struct
Public Structure OSDiskCreateOption
Implements IEquatable(Of OSDiskCreateOption)
Inheritance
OSDiskCreateOption
Implements

Constructors

Name Description
OSDiskCreateOption(String)

Initializes a new instance of OSDiskCreateOption.

Properties

Name Description
Ephemeral

Utilize the local storage of the host machine.

Persistent

Utilize a storage appliance backed volume to host the disk.

Methods

Name Description
Equals(OSDiskCreateOption)

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(OSDiskCreateOption, OSDiskCreateOption)

Determines if two OSDiskCreateOption values are the same.

Implicit(String to OSDiskCreateOption)

Converts a String to a OSDiskCreateOption.

Inequality(OSDiskCreateOption, OSDiskCreateOption)

Determines if two OSDiskCreateOption values are not the same.

Applies to