@azure/arm-containerorchestratorruntime package
Classes
KubernetesRuntimeClient |
Interfaces
BgpPeer |
A BgpPeer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters) |
BgpPeerProperties |
Details of the BgpPeer. |
BgpPeersCreateOrUpdateOptionalParams |
Optional parameters. |
BgpPeersDeleteOptionalParams |
Optional parameters. |
BgpPeersGetOptionalParams |
Optional parameters. |
BgpPeersListOptionalParams |
Optional parameters. |
BgpPeersOperations |
Interface representing a BgpPeers operations. |
BlobStorageClassTypeProperties |
The properties of Blob StorageClass |
ExtensionResource |
The base extension resource. |
KubernetesRuntimeClientOptionalParams |
Optional parameters for the client. |
LoadBalancer |
A LoadBalancer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters) |
LoadBalancerProperties |
Details of the LoadBalancer. |
LoadBalancersCreateOrUpdateOptionalParams |
Optional parameters. |
LoadBalancersDeleteOptionalParams |
Optional parameters. |
LoadBalancersGetOptionalParams |
Optional parameters. |
LoadBalancersListOptionalParams |
Optional parameters. |
LoadBalancersOperations |
Interface representing a LoadBalancers operations. |
NativeStorageClassTypeProperties |
The properties of Native StorageClass |
NfsStorageClassTypeProperties |
The properties of NFS StorageClass |
Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
OperationDisplay |
Localized display information for and 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. |
Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
RestorePollerOptions | |
RwxStorageClassTypeProperties |
The properties of RWX StorageClass |
ServiceProperties |
Properties for the service resource |
ServiceResource |
A Service resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters) |
ServicesCreateOrUpdateOptionalParams |
Optional parameters. |
ServicesDeleteOptionalParams |
Optional parameters. |
ServicesGetOptionalParams |
Optional parameters. |
ServicesListOptionalParams |
Optional parameters. |
ServicesOperations |
Interface representing a Services operations. |
SmbStorageClassTypeProperties |
The properties of SMB StorageClass |
StorageClassCreateOrUpdateOptionalParams |
Optional parameters. |
StorageClassDeleteOptionalParams |
Optional parameters. |
StorageClassGetOptionalParams |
Optional parameters. |
StorageClassListOptionalParams |
Optional parameters. |
StorageClassOperations |
Interface representing a StorageClass operations. |
StorageClassProperties |
Details of the StorageClass StorageClass. |
StorageClassPropertiesUpdate |
The model for updating storageClass properties |
StorageClassResource |
A StorageClass resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters) |
StorageClassResourceUpdate |
The model for updating a storageClass |
StorageClassTypeProperties |
The properties of storage class of the StorageClass |
StorageClassTypePropertiesUpdate |
The model for update a storageClass |
StorageClassUpdateOptionalParams |
Optional parameters. |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type Aliases
AccessMode |
Storage Class Access Mode Known values supported by the serviceReadWriteOnce: Read Write Once (RWO) access mode |
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. |
AdvertiseMode |
Enum of advertise mode Known values supported by the serviceARP: ARP advertise mode |
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. |
DataResilienceTier |
Data resilience tier of a storage class Known values supported by the serviceNotDataResilient: Not data resilient |
FailoverTier |
Failover tier of a storage class Known values supported by the serviceNotAvailable: Not available Failover Tier |
NfsDirectoryActionOnVolumeDeletion |
The action to take when a NFS volume is deleted Known values supported by the serviceDelete: When the volume is deleted, delete the directory |
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. |
PerformanceTier |
Performance tier of a storage class Known values supported by the serviceUndefined: Undefined Performance Tier |
ProvisioningState |
The provisioning state of a resource type. Known values supported by the serviceSucceeded |
SCType |
Type of a storage class Known values supported by the serviceNative: Native storage class |
StorageClassTypePropertiesUnion |
Alias for StorageClassTypePropertiesUnion |
VolumeBindingMode |
Storage class volume binding mode Known values supported by the serviceImmediate: Immediate binding mode |
VolumeExpansion |
Ability to expand volumes of a storage class Known values supported by the serviceAllow: Allow volume expansion |
Enums
KnownAccessMode |
Storage Class Access Mode |
KnownActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. |
KnownAdvertiseMode |
Enum of advertise mode |
KnownCreatedByType |
The kind of entity that created the resource. |
KnownDataResilienceTier |
Data resilience tier of a storage class |
KnownFailoverTier |
Failover tier of a storage class |
KnownNfsDirectoryActionOnVolumeDeletion |
The action to take when a NFS volume is deleted |
KnownOrigin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" |
KnownPerformanceTier |
Performance tier of a storage class |
KnownProvisioningState |
Known values of <xref:ResourceProvisioningState> that the service accepts. |
KnownSCType |
Type of a storage class |
KnownVolumeBindingMode |
Storage class volume binding mode |
KnownVolumeExpansion |
Ability to expand volumes of a storage class |
Functions
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. |
Function Details
restorePoller<TResponse, TResult>(KubernetesRuntimeClient, 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: KubernetesRuntimeClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- client
- KubernetesRuntimeClient
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>
Azure SDK for JavaScript