ServiceEndpointPolicyDefinitionsDelete interface
Methods
| delete(Service |
Deletes the specified ServiceEndpoint policy definitions. |
| get(Service |
Get the specified service endpoint policy definitions from service endpoint policy. |
| put(Service |
Creates or updates a service endpoint policy definition in the specified service endpoint policy. |
Method Details
delete(ServiceEndpointPolicyDefinitionsDeleteParameters)
Deletes the specified ServiceEndpoint policy definitions.
function delete(options: ServiceEndpointPolicyDefinitionsDeleteParameters): StreamableMethod<ServiceEndpointPolicyDefinitionsDelete200Response | ServiceEndpointPolicyDefinitionsDelete202Response | ServiceEndpointPolicyDefinitionsDelete204Response | ServiceEndpointPolicyDefinitionsDeleteDefaultResponse>
Parameters
Returns
get(ServiceEndpointPolicyDefinitionsGetParameters)
Get the specified service endpoint policy definitions from service endpoint policy.
function get(options: ServiceEndpointPolicyDefinitionsGetParameters): StreamableMethod<ServiceEndpointPolicyDefinitionsGet200Response | ServiceEndpointPolicyDefinitionsGetDefaultResponse>
Parameters
Returns
put(ServiceEndpointPolicyDefinitionsCreateOrUpdateParameters)
Creates or updates a service endpoint policy definition in the specified service endpoint policy.
function put(options: ServiceEndpointPolicyDefinitionsCreateOrUpdateParameters): StreamableMethod<ServiceEndpointPolicyDefinitionsCreateOrUpdate200Response | ServiceEndpointPolicyDefinitionsCreateOrUpdate201Response | ServiceEndpointPolicyDefinitionsCreateOrUpdateDefaultResponse>