PrivateDnsZoneGroupsDelete interface
Methods
| delete(Private |
Deletes the specified private dns zone group. |
| get(Private |
Gets the private dns zone group resource by specified private dns zone group name. |
| put(Private |
Creates or updates a private dns zone group in the specified private endpoint. |
Method Details
delete(PrivateDnsZoneGroupsDeleteParameters)
Deletes the specified private dns zone group.
function delete(options: PrivateDnsZoneGroupsDeleteParameters): StreamableMethod<PrivateDnsZoneGroupsDelete200Response | PrivateDnsZoneGroupsDelete202Response | PrivateDnsZoneGroupsDelete204Response | PrivateDnsZoneGroupsDeleteDefaultResponse>
Parameters
Returns
get(PrivateDnsZoneGroupsGetParameters)
Gets the private dns zone group resource by specified private dns zone group name.
function get(options: PrivateDnsZoneGroupsGetParameters): StreamableMethod<PrivateDnsZoneGroupsGet200Response | PrivateDnsZoneGroupsGetDefaultResponse>
Parameters
Returns
put(PrivateDnsZoneGroupsCreateOrUpdateParameters)
Creates or updates a private dns zone group in the specified private endpoint.
function put(options: PrivateDnsZoneGroupsCreateOrUpdateParameters): StreamableMethod<PrivateDnsZoneGroupsCreateOrUpdate200Response | PrivateDnsZoneGroupsCreateOrUpdate201Response | PrivateDnsZoneGroupsCreateOrUpdateDefaultResponse>