Create a MeshSecret.
Reference to the service client.
Creates a Secret resource with the specified name, description and properties. If Secret resource with the same name exists, then it is updated with the specified description and properties. Once created, the kind and contentType of a secret resource cannot be updated.
The name of the secret resource.
Description for creating a secret resource.
Promise<Models.MeshSecretCreateOrUpdateResponse>
The name of the secret resource.
Description for creating a secret resource.
The callback
The name of the secret resource.
Description for creating a secret resource.
The optional parameters
The callback
Deletes the specified Secret resource and all of its named values.
The name of the secret resource.
Promise<msRest.RestResponse>
The name of the secret resource.
The callback
The name of the secret resource.
The optional parameters
The callback
Gets the information about the Secret resource with the given name. The information include the description and other properties of the Secret.
The name of the secret resource.
Promise<Models.MeshSecretGetResponse>
The name of the secret resource.
The callback
The name of the secret resource.
The optional parameters
The callback
Gets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.
Promise<Models.MeshSecretListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a MeshSecret.