BlobContainerReference Class

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013.BlobContainerReference

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/hdinsight/2013/05/management")> _
Public Class BlobContainerReference
'Usage
Dim instance As BlobContainerReference
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/hdinsight/2013/05/management")]
public class BlobContainerReference
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/hdinsight/2013/05/management")]
public ref class BlobContainerReference
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/hdinsight/2013/05/management")>]
type BlobContainerReference =  class end
public class BlobContainerReference

The BlobContainerReference type exposes the following members.

Constructors

  Name Description
Public method BlobContainerReference

Top

Properties

  Name Description
Public property AccountName
Public property BlobContainerName
Public property Key

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace