AccountProperties.AccountEndpoint Property

 

Optional. The endpoint used by this account to obtain Batch services.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

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

Property Value

Type: System.String

See Also

AccountProperties Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top