Share via


AffinityGroupGetResponse.StorageServiceReference.ServiceName Property

 

Gets or sets the name of the storage account.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public string ServiceName { get; set; }
public:
property String^ ServiceName {
    String^ get();
    void set(String^ value);
}
member ServiceName : string with get, set
Public Property ServiceName As String

Property Value

Type: System.String

The name.

See Also

AffinityGroupGetResponse.StorageServiceReference Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top