Class GetServiceEndpointConnectionsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.PrivateLink
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServiceEndpointConnectionsArgs : InvokeArgs
Constructors
View SourceGetServiceEndpointConnectionsArgs()
Declaration
public GetServiceEndpointConnectionsArgs()
Properties
View SourceResourceGroupName
The name of the resource group in which the private link service resides.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceId
The resource ID of the private link service.
Declaration
public string ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |