Share via


AccountResource.AccountEndpoint Property

 

Gets or sets the endpoint used by this account to interact with the Batch services.

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

Syntax

[JsonPropertyAttribute(PropertyName = "properties.accountEndpoint")]
public string AccountEndpoint { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "properties.accountEndpoint")]
property String^ AccountEndpoint {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "properties.accountEndpoint")>]
member AccountEndpoint : string with get, set
<JsonPropertyAttribute(PropertyName := "properties.accountEndpoint")>
Public Property AccountEndpoint As String

Property Value

Type: System.String

See Also

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

Return to top