ProvisionedBandwidthCopyOption Struct

Definition

If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed.

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

Constructors

ProvisionedBandwidthCopyOption(String)

Initializes a new instance of ProvisionedBandwidthCopyOption.

Properties

Enhanced

Enhanced.

None

None.

Methods

Equals(ProvisionedBandwidthCopyOption)

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

Determines if two ProvisionedBandwidthCopyOption values are the same.

Implicit(String to ProvisionedBandwidthCopyOption)

Converts a string to a ProvisionedBandwidthCopyOption.

Inequality(ProvisionedBandwidthCopyOption, ProvisionedBandwidthCopyOption)

Determines if two ProvisionedBandwidthCopyOption values are not the same.

Applies to