AttributeNamespacesOperations interface
介面代表屬性命名空間的操作。
屬性詳細資料
create
建立一個新的屬性命名空間。
create: (attributeNamespace: string, parameters: AttributeNamespaceCreateRequest, options?: AttributeNamespacesCreateOptionalParams) => Promise<AttributeNamespace>
屬性值
(attributeNamespace: string, parameters: AttributeNamespaceCreateRequest, options?: AttributeNamespacesCreateOptionalParams) => Promise<AttributeNamespace>
delete
刪除指定的屬性命名空間。
delete: (attributeNamespace: string, options?: AttributeNamespacesDeleteOptionalParams) => Promise<void>
屬性值
(attributeNamespace: string, options?: AttributeNamespacesDeleteOptionalParams) => Promise<void>
get
取得指定的屬性命名空間。
get: (attributeNamespace: string, options?: AttributeNamespacesGetOptionalParams) => Promise<AttributeNamespace>
屬性值
(attributeNamespace: string, options?: AttributeNamespacesGetOptionalParams) => Promise<AttributeNamespace>