NetworkProfilesDelete interface
Methods
| delete(Network |
Deletes the specified network profile. |
| get(Network |
Gets the specified network profile in a specified resource group. |
| patch(Network |
Updates network profile tags. |
| put(Network |
Creates or updates a network profile. |
Method Details
delete(NetworkProfilesDeleteParameters)
Deletes the specified network profile.
function delete(options: NetworkProfilesDeleteParameters): StreamableMethod<NetworkProfilesDelete200Response | NetworkProfilesDelete202Response | NetworkProfilesDelete204Response | NetworkProfilesDeleteDefaultResponse>
Parameters
- options
- NetworkProfilesDeleteParameters
Returns
get(NetworkProfilesGetParameters)
Gets the specified network profile in a specified resource group.
function get(options: NetworkProfilesGetParameters): StreamableMethod<NetworkProfilesGet200Response | NetworkProfilesGetDefaultResponse>
Parameters
- options
- NetworkProfilesGetParameters
Returns
patch(NetworkProfilesUpdateTagsParameters)
Updates network profile tags.
function patch(options: NetworkProfilesUpdateTagsParameters): StreamableMethod<NetworkProfilesUpdateTags200Response | NetworkProfilesUpdateTagsDefaultResponse>
Parameters
Returns
put(NetworkProfilesCreateOrUpdateParameters)
Creates or updates a network profile.
function put(options: NetworkProfilesCreateOrUpdateParameters): StreamableMethod<NetworkProfilesCreateOrUpdate200Response | NetworkProfilesCreateOrUpdate201Response | NetworkProfilesCreateOrUpdateDefaultResponse>