Create a MeshGateway.
Reference to the service client.
Creates a Gateway resource with the specified name, description and properties. If Gateway resource with the same name exists, then it is updated with the specified description and properties. Use Gateway resource to provide public connectivity to application services.
The identity of the gateway.
Description for creating a Gateway resource.
Promise<Models.MeshGatewayCreateOrUpdateResponse>
The identity of the gateway.
Description for creating a Gateway resource.
The callback
The identity of the gateway.
Description for creating a Gateway resource.
The optional parameters
The callback
Deletes the Gateway resource identified by the name.
The identity of the gateway.
Promise<msRest.RestResponse>
The identity of the gateway.
The callback
The identity of the gateway.
The optional parameters
The callback
Gets the information about the Gateway resource with the given name. The information include the description and other properties of the Gateway.
The identity of the gateway.
Promise<Models.MeshGatewayGetResponse>
The identity of the gateway.
The callback
The identity of the gateway.
The optional parameters
The callback
Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway.
Promise<Models.MeshGatewayListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a MeshGateway.