IConnectedRegistry.SyncPropertyGatewayEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The gateway endpoint used by the connected registry to communicate with its parent.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The gateway endpoint used by the connected registry to communicate with its parent.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="gatewayEndpoint")]
public string SyncPropertyGatewayEndpoint { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The gateway endpoint used by the connected registry to communicate with its parent.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="gatewayEndpoint")>]
member this.SyncPropertyGatewayEndpoint : string
Public ReadOnly Property SyncPropertyGatewayEndpoint As String
Property Value
- Attributes