IPrivateLinkServiceProxy.GroupConnectivityInformation 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.
Gets or sets group connectivity information.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets group connectivity information.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IGroupConnectivityInformation) }, ReadOnly=false, Required=false, SerializedName="groupConnectivityInformation")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IGroupConnectivityInformation[] GroupConnectivityInformation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets group connectivity information.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IGroupConnectivityInformation) }, ReadOnly=false, Required=false, SerializedName="groupConnectivityInformation")>]
member this.GroupConnectivityInformation : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IGroupConnectivityInformation[] with get, set
Public Property GroupConnectivityInformation As IGroupConnectivityInformation()
Property Value
- Attributes