GenericContainerExtendedInfo.ServiceEndpoints Property

Definition

Gets or sets azure Backup Service Endpoints for the container

[Newtonsoft.Json.JsonProperty(PropertyName="serviceEndpoints")]
public System.Collections.Generic.IDictionary<string,string> ServiceEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceEndpoints")>]
member this.ServiceEndpoints : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ServiceEndpoints As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to