Interface: IUpdateNamespaceRequest
cloudservice.v1.IUpdateNamespaceRequest
Properties of an UpdateNamespaceRequest.
Hierarchy
-
↳
IUpdateNamespaceRequest
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The id to use for this async operation. Optional, if not provided a random id will be generated.
Inherited from
namespace
• Optional namespace: null | string
The namespace to update.
Inherited from
resourceVersion
• Optional resourceVersion: null | string
The version of the namespace for which this update is intended for. The latest version can be found in the namespace status.
Inherited from
spec
• Optional spec: null | $Properties
The new namespace specification.