VpnServerConfigurationsGet interface
Methods
| delete(Vpn |
Deletes a VpnServerConfiguration. |
| get(Vpn |
Retrieves the details of a VpnServerConfiguration. |
| patch(Vpn |
Updates VpnServerConfiguration tags. |
| put(Vpn |
Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration. |
Method Details
delete(VpnServerConfigurationsDeleteParameters)
Deletes a VpnServerConfiguration.
function delete(options: VpnServerConfigurationsDeleteParameters): StreamableMethod<VpnServerConfigurationsDelete200Response | VpnServerConfigurationsDelete202Response | VpnServerConfigurationsDelete204Response | VpnServerConfigurationsDeleteDefaultResponse>
Parameters
Returns
get(VpnServerConfigurationsGetParameters)
Retrieves the details of a VpnServerConfiguration.
function get(options: VpnServerConfigurationsGetParameters): StreamableMethod<VpnServerConfigurationsGet200Response | VpnServerConfigurationsGetDefaultResponse>
Parameters
Returns
patch(VpnServerConfigurationsUpdateTagsParameters)
Updates VpnServerConfiguration tags.
function patch(options: VpnServerConfigurationsUpdateTagsParameters): StreamableMethod<VpnServerConfigurationsUpdateTags200Response | VpnServerConfigurationsUpdateTagsDefaultResponse>
Parameters
Returns
put(VpnServerConfigurationsCreateOrUpdateParameters)
Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.
function put(options: VpnServerConfigurationsCreateOrUpdateParameters): StreamableMethod<VpnServerConfigurationsCreateOrUpdate200Response | VpnServerConfigurationsCreateOrUpdate201Response | VpnServerConfigurationsCreateOrUpdateDefaultResponse>