Compartilhar via


IGeoDataReplicationProperties.Location Property

Definition

A list of regions where replicas of the namespace are maintained.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="A list of regions where replicas of the namespace are maintained.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INamespaceReplicaLocation) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INamespaceReplicaLocation> Location { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="A list of regions where replicas of the namespace are maintained.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INamespaceReplicaLocation) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)>]
member this.Location : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INamespaceReplicaLocation> with get, set
Public Property Location As List(Of INamespaceReplicaLocation)

Property Value

Attributes

Applies to