ArmRecoveryServicesDataReplicationModelFactory.GroupConnectivityInformation Method
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.
Represents of a connection's group information.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.GroupConnectivityInformation GroupConnectivityInformation(string groupId = default, string memberName = default, System.Collections.Generic.IEnumerable<string> customerVisibleFqdns = default, string internalFqdn = default, string redirectMapId = default, string privateLinkServiceArmRegion = default);
static member GroupConnectivityInformation : string * string * seq<string> * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.GroupConnectivityInformation
Public Shared Function GroupConnectivityInformation (Optional groupId As String = Nothing, Optional memberName As String = Nothing, Optional customerVisibleFqdns As IEnumerable(Of String) = Nothing, Optional internalFqdn As String = Nothing, Optional redirectMapId As String = Nothing, Optional privateLinkServiceArmRegion As String = Nothing) As GroupConnectivityInformation
Parameters
- groupId
- String
Gets or sets group id.
- memberName
- String
Gets or sets member name.
- customerVisibleFqdns
- IEnumerable<String>
Gets or sets customer visible FQDNs.
- internalFqdn
- String
Gets or sets Internal Fqdn.
- redirectMapId
- String
Gets or sets the redirect map id.
- privateLinkServiceArmRegion
- String
Gets or sets the private link service arm region.
Returns
A new GroupConnectivityInformation instance for mocking.