예제 #1
0
        private ServerPrivateEndpointConnectionResponse(
            string id,

            Outputs.PrivateEndpointConnectionPropertiesResponse properties)
        {
            Id         = id;
            Properties = properties;
        }
예제 #2
0
        private PrivateEndpointConnectionResponse(
            string id,

            string name,

            Outputs.PrivateEndpointConnectionPropertiesResponse properties,

            string type)
        {
            Id         = id;
            Name       = name;
            Properties = properties;
            Type       = type;
        }