Skip to main content

secret

Overview

Namesecret
TypeResource
Idazure.service_fabric_mesh.secret

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectDescribes the properties of a secret resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, resourceGroupName, secretResourceName, subscriptionIdGets the information about the secret resource with the given name. The information include the description and other properties of the secret.
list_by_resource_groupSELECTapi-version, resourceGroupName, subscriptionIdGets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.
list_by_subscriptionSELECTapi-version, subscriptionIdGets the information about all secret resources in a given resource group. The information include the description and other properties of the secret.
createINSERTapi-version, resourceGroupName, secretResourceName, subscriptionId, data__propertiesCreates a secret resource with the specified name, description and properties. If a secret resource with the same name exists, then it is updated with the specified description and properties.
deleteDELETEapi-version, resourceGroupName, secretResourceName, subscriptionIdDeletes the secret resource identified by the name.
_list_by_resource_groupEXECapi-version, resourceGroupName, subscriptionIdGets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.
_list_by_subscriptionEXECapi-version, subscriptionIdGets the information about all secret resources in a given resource group. The information include the description and other properties of the secret.