Language

CommvaultVendor Struct

Definition

Vendor of Commvault Storage.

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

Constructors

Name Description
CommvaultVendor(String)

Initializes a new instance of CommvaultVendor.

Properties

Name Description
AzureBlobStorage

Azure Blob Storage.

Methods

Name Description
Equals(CommvaultVendor)

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

Determines if two CommvaultVendor values are the same.

Implicit(String to CommvaultVendor)

Converts a string to a CommvaultVendor.

Implicit(String to Nullable<CommvaultVendor>)
Inequality(CommvaultVendor, CommvaultVendor)

Determines if two CommvaultVendor values are not the same.

Applies to