ProvisioningServiceDescription.DefinitionStages.WithEtag Interface
public static interface ProvisioningServiceDescription.DefinitionStages.WithEtag
The stage of the ProvisioningServiceDescription definition allowing to specify etag.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withEtag(String etag)
Specifies the etag property: The Etag field is *not* required. |
Method Details
withEtag
public abstract ProvisioningServiceDescription.DefinitionStages.WithCreate withEtag(String etag)
Specifies the etag property: The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention..
Parameters:
etag
- The Etag field is not required. If it is provided in the response body, it must also be
provided as a header per the normal ETag convention.
Returns:
the next definition stage.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java