@azure/arm-containerservicepreparedimgspec package
Classes
| ContainerServiceClient |
Interfaces
| ContainerServiceClientOptionalParams |
Optional parameters for the client. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| ErrorDetail |
The error detail. |
| ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. |
| Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
| OperationDisplay |
Localized display information for an operation. |
| OperationsListOptionalParams |
Optional parameters. |
| OperationsOperations |
Interface representing a Operations operations. |
| PageSettings |
Options for the byPage method |
| PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
| PreparedImageSpecification |
The Prepared Image Specification resource. |
| PreparedImageSpecificationManagedIdentityProfile |
The managed identity profile used by the prepared image specification. |
| PreparedImageSpecificationPatch |
Prepared image specification patch resource |
| PreparedImageSpecificationProperties |
The properties of the Prepared Image Specification resource. |
| PreparedImageSpecificationScript |
Prepared image specification script |
| PreparedImageSpecificationVersion |
A version of the Prepared Image Specification resource. |
| PreparedImageSpecificationsCreateOrUpdateOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsDeleteOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsDeleteVersionOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsGetOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsGetVersionOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsListByResourceGroupOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsListBySubscriptionOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsListVersionsOptionalParams |
Optional parameters. |
| PreparedImageSpecificationsOperations |
Interface representing a PreparedImageSpecifications operations. |
| PreparedImageSpecificationsUpdateOptionalParams |
Optional parameters. |
| ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| RestorePollerOptions | |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| TrackedResource |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
Type Aliases
| ActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. Known values supported by the serviceInternal: Actions are for internal-only APIs. |
| AzureSupportedClouds |
The supported values for cloud setting as a string literal type |
| ContinuablePage |
An interface that describes a page of results. |
| CreatedByType |
The kind of entity that created the resource. Known values supported by the serviceUser: The entity was created by a user. |
| ExecutionPoint |
The execution point for the script. Known values supported by the serviceNodeImageBuildTime: Execute during node image build time. |
| Origin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" Known values supported by the serviceuser: Indicates the operation is initiated by a user. |
| PostScriptAction |
The action to take after the script finishes successfully. Known values supported by the serviceNone: No post-script action is taken. |
| ProvisioningState |
The provisioning state of the image customization. Known values supported by the serviceSucceeded: Resource has been created. |
| ScriptType |
The script type. Known values supported by the serviceBash: Bash script. |
Enums
| AzureClouds |
An enum to describe Azure Cloud environments. |
| KnownActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. |
| KnownCreatedByType |
The kind of entity that created the resource. |
| KnownExecutionPoint |
The execution point for the script. |
| KnownOrigin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" |
| KnownPostScriptAction |
The action to take after the script finishes successfully. |
| KnownProvisioningState |
The provisioning state of the image customization. |
| KnownScriptType |
The script type. |
| KnownVersions |
Azure Kubernetes Prepared Image Specification api versions. |
Functions
| is |
Typeguard for RestError |
| restore |
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope. |
Variables
| Rest |
A custom error type for failed pipeline requests. |
Function Details
isRestError(unknown)
Typeguard for RestError
function isRestError(e: unknown): e
Parameters
- e
-
unknown
Something caught by a catch clause.
Returns
e
restorePoller<TResponse, TResult>(ContainerServiceClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.
function restorePoller<TResponse, TResult>(client: ContainerServiceClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- client
- ContainerServiceClient
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>
Variable Details
RestError
A custom error type for failed pipeline requests.
RestError: RestErrorConstructor