ManifestsOperations interface
Interface representing a Manifests operations.
Properties
| create |
Creates or Updates a manifest in manifest repository. |
| get | Gets the manifest from the manifest repository. |
Property Details
createOrUpdate
Creates or Updates a manifest in manifest repository.
createOrUpdate: (providerNamespace: string, environment: string, properties: ManifestInfo, options?: ManifestsCreateOrUpdateOptionalParams) => Promise<ManifestInfo>
Property Value
(providerNamespace: string, environment: string, properties: ManifestInfo, options?: ManifestsCreateOrUpdateOptionalParams) => Promise<ManifestInfo>
get
Gets the manifest from the manifest repository.
get: (providerNamespace: string, environment: string, options?: ManifestsGetOptionalParams) => Promise<ManifestInfo>
Property Value
(providerNamespace: string, environment: string, options?: ManifestsGetOptionalParams) => Promise<ManifestInfo>