LocalNetworkGatewaysCreateOrUpdate interface
Methods
| delete(Local |
Deletes the specified local network gateway. |
| get(Local |
Gets the specified local network gateway in a resource group. |
| patch(Local |
Updates a local network gateway tags. |
| put(Local |
Creates or updates a local network gateway in the specified resource group. |
Method Details
delete(LocalNetworkGatewaysDeleteParameters)
Deletes the specified local network gateway.
function delete(options: LocalNetworkGatewaysDeleteParameters): StreamableMethod<LocalNetworkGatewaysDelete200Response | LocalNetworkGatewaysDelete202Response | LocalNetworkGatewaysDelete204Response | LocalNetworkGatewaysDeleteDefaultResponse>
Parameters
Returns
get(LocalNetworkGatewaysGetParameters)
Gets the specified local network gateway in a resource group.
function get(options: LocalNetworkGatewaysGetParameters): StreamableMethod<LocalNetworkGatewaysGet200Response | LocalNetworkGatewaysGetDefaultResponse>
Parameters
Returns
patch(LocalNetworkGatewaysUpdateTagsParameters)
Updates a local network gateway tags.
function patch(options: LocalNetworkGatewaysUpdateTagsParameters): StreamableMethod<LocalNetworkGatewaysUpdateTags200Response | LocalNetworkGatewaysUpdateTagsDefaultResponse>
Parameters
Returns
put(LocalNetworkGatewaysCreateOrUpdateParameters)
Creates or updates a local network gateway in the specified resource group.
function put(options: LocalNetworkGatewaysCreateOrUpdateParameters): StreamableMethod<LocalNetworkGatewaysCreateOrUpdate200Response | LocalNetworkGatewaysCreateOrUpdate201Response | LocalNetworkGatewaysCreateOrUpdateDefaultResponse>