AttributeNamespacesOperations interface

Interface representing a AttributeNamespaces operations.

Properties

create

Creates a new attribute namespace.

delete

Deletes the specified attribute namespace.

get

Gets the specified attribute namespace.

Property Details

create

Creates a new attribute namespace.

create: (attributeNamespace: string, parameters: AttributeNamespaceCreateRequest, options?: AttributeNamespacesCreateOptionalParams) => Promise<AttributeNamespace>

Property Value

(attributeNamespace: string, parameters: AttributeNamespaceCreateRequest, options?: AttributeNamespacesCreateOptionalParams) => Promise<AttributeNamespace>

delete

Deletes the specified attribute namespace.

delete: (attributeNamespace: string, options?: AttributeNamespacesDeleteOptionalParams) => Promise<void>

Property Value

(attributeNamespace: string, options?: AttributeNamespacesDeleteOptionalParams) => Promise<void>

get

Gets the specified attribute namespace.

get: (attributeNamespace: string, options?: AttributeNamespacesGetOptionalParams) => Promise<AttributeNamespace>

Property Value

(attributeNamespace: string, options?: AttributeNamespacesGetOptionalParams) => Promise<AttributeNamespace>