Class GetEndpointConnectionArgs
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 GetEndpointConnectionArgs : InvokeArgs
Constructors
View SourceGetEndpointConnectionArgs()
Declaration
public GetEndpointConnectionArgs()
Properties
View SourceName
Specifies the Name of the private endpoint.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Specifies the Name of the Resource Group within which the private endpoint exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |