SharedLimitsOperations interface

Interface representing a SharedLimits operations.

Properties

create

Enables sharing of a compute limit by the host subscription with its guest subscriptions.

delete

Disables sharing of a compute limit by the host subscription with its guest subscriptions.

get

Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.

listBySubscriptionLocationResource

Lists all compute limits shared by the host subscription with its guest subscriptions.

Property Details

create

Enables sharing of a compute limit by the host subscription with its guest subscriptions.

create: (location: string, name: string, resource: SharedLimit, options?: SharedLimitsCreateOptionalParams) => Promise<SharedLimit>

Property Value

(location: string, name: string, resource: SharedLimit, options?: SharedLimitsCreateOptionalParams) => Promise<SharedLimit>

delete

Disables sharing of a compute limit by the host subscription with its guest subscriptions.

delete: (location: string, name: string, options?: SharedLimitsDeleteOptionalParams) => Promise<void>

Property Value

(location: string, name: string, options?: SharedLimitsDeleteOptionalParams) => Promise<void>

get

Gets the properties of a compute limit shared by the host subscription with its guest subscriptions.

get: (location: string, name: string, options?: SharedLimitsGetOptionalParams) => Promise<SharedLimit>

Property Value

(location: string, name: string, options?: SharedLimitsGetOptionalParams) => Promise<SharedLimit>

listBySubscriptionLocationResource

Lists all compute limits shared by the host subscription with its guest subscriptions.

listBySubscriptionLocationResource: (location: string, options?: SharedLimitsListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<SharedLimit, SharedLimit[], PageSettings>

Property Value

(location: string, options?: SharedLimitsListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<SharedLimit, SharedLimit[], PageSettings>