ClusterMeshProfilesOperations interface

Interfejs reprezentujący operacje ClusterMeshProfiles.

Właściwości

apply

Stosuje profil siatki klastra do wybranych członków floty.

createOrUpdate

Utwórz ClusterMeshProfile

delete

Usuń ClusterMeshProfile

get

Pobierz ClusterMeshProfile

listByFleet

Lista zasobów ClusterMeshProfile według floty

Szczegóły właściwości

apply

Stosuje profil siatki klastra do wybranych członków floty.

apply: (resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, options?: ClusterMeshProfilesApplyOptionalParams) => PollerLike<OperationState<ClusterMeshProfile>, ClusterMeshProfile>

Wartość właściwości

(resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, options?: ClusterMeshProfilesApplyOptionalParams) => PollerLike<OperationState<ClusterMeshProfile>, ClusterMeshProfile>

createOrUpdate

Utwórz ClusterMeshProfile

createOrUpdate: (resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, resource: ClusterMeshProfile, options?: ClusterMeshProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ClusterMeshProfile>, ClusterMeshProfile>

Wartość właściwości

(resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, resource: ClusterMeshProfile, options?: ClusterMeshProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ClusterMeshProfile>, ClusterMeshProfile>

delete

Usuń ClusterMeshProfile

delete: (resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, options?: ClusterMeshProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, options?: ClusterMeshProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobierz ClusterMeshProfile

get: (resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, options?: ClusterMeshProfilesGetOptionalParams) => Promise<ClusterMeshProfile>

Wartość właściwości

(resourceGroupName: string, fleetName: string, clusterMeshProfileName: string, options?: ClusterMeshProfilesGetOptionalParams) => Promise<ClusterMeshProfile>

listByFleet

Lista zasobów ClusterMeshProfile według floty

listByFleet: (resourceGroupName: string, fleetName: string, options?: ClusterMeshProfilesListByFleetOptionalParams) => PagedAsyncIterableIterator<ClusterMeshProfile, ClusterMeshProfile[], PageSettings>

Wartość właściwości

(resourceGroupName: string, fleetName: string, options?: ClusterMeshProfilesListByFleetOptionalParams) => PagedAsyncIterableIterator<ClusterMeshProfile, ClusterMeshProfile[], PageSettings>