FleetsOperations interface
Interface representing a Fleets operations.
Properties
| create | Creates or updates a Fleet. |
| delete | |
| get | Gets a Fleet. |
| list |
Lists fleets in the specified subscription and resource group. |
| list |
Lists fleets in the specified subscription. |
| list |
Lists the user credentials of a Fleet. |
| update |
Update a Fleet |
Property Details
create
Creates or updates a Fleet.
create: (resourceGroupName: string, fleetName: string, resource: Fleet, options?: FleetsCreateOptionalParams) => PollerLike<OperationState<Fleet>, Fleet>
Property Value
(resourceGroupName: string, fleetName: string, resource: Fleet, options?: FleetsCreateOptionalParams) => PollerLike<OperationState<Fleet>, Fleet>
delete
delete: (resourceGroupName: string, fleetName: string, options?: FleetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, fleetName: string, options?: FleetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets a Fleet.
get: (resourceGroupName: string, fleetName: string, options?: FleetsGetOptionalParams) => Promise<Fleet>
Property Value
(resourceGroupName: string, fleetName: string, options?: FleetsGetOptionalParams) => Promise<Fleet>
listByResourceGroup
Lists fleets in the specified subscription and resource group.
listByResourceGroup: (resourceGroupName: string, options?: FleetsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Fleet, Fleet[], PageSettings>
Property Value
(resourceGroupName: string, options?: FleetsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Fleet, Fleet[], PageSettings>
listBySubscription
Lists fleets in the specified subscription.
listBySubscription: (options?: FleetsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Fleet, Fleet[], PageSettings>
Property Value
(options?: FleetsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Fleet, Fleet[], PageSettings>
listCredentials
Lists the user credentials of a Fleet.
listCredentials: (resourceGroupName: string, fleetName: string, options?: FleetsListCredentialsOptionalParams) => Promise<FleetCredentialResults>
Property Value
(resourceGroupName: string, fleetName: string, options?: FleetsListCredentialsOptionalParams) => Promise<FleetCredentialResults>
updateAsync
Update a Fleet
updateAsync: (resourceGroupName: string, fleetName: string, properties: FleetPatch, options?: FleetsUpdateAsyncOptionalParams) => PollerLike<OperationState<Fleet>, Fleet>
Property Value
(resourceGroupName: string, fleetName: string, properties: FleetPatch, options?: FleetsUpdateAsyncOptionalParams) => PollerLike<OperationState<Fleet>, Fleet>