ConfigurationOperations interface

Interface die een configuratiebewerking vertegenwoordigt.

Eigenschappen

get

Haal alle Event Hubs-clusterinstellingen op: een verzameling sleutel-waardeparen die de quota en instellingen vertegenwoordigen die zijn opgelegd aan het cluster.

patch

Vervang alle opgegeven Event Hubs-clusterinstellingen door de instellingen in de aanvraagbody. Laat de instellingen niet opgegeven in de aanvraagbody ongewijzigd.

Eigenschapdetails

get

Haal alle Event Hubs-clusterinstellingen op: een verzameling sleutel-waardeparen die de quota en instellingen vertegenwoordigen die zijn opgelegd aan het cluster.

get: (resourceGroupName: string, clusterName: string, options?: ConfigurationGetOptionalParams) => Promise<ClusterQuotaConfigurationProperties>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, options?: ConfigurationGetOptionalParams) => Promise<ClusterQuotaConfigurationProperties>

patch

Vervang alle opgegeven Event Hubs-clusterinstellingen door de instellingen in de aanvraagbody. Laat de instellingen niet opgegeven in de aanvraagbody ongewijzigd.

patch: (resourceGroupName: string, clusterName: string, parameters: ClusterQuotaConfigurationProperties, options?: ConfigurationPatchOptionalParams) => Promise<undefined | ClusterQuotaConfigurationProperties>

Waarde van eigenschap

(resourceGroupName: string, clusterName: string, parameters: ClusterQuotaConfigurationProperties, options?: ConfigurationPatchOptionalParams) => Promise<undefined | ClusterQuotaConfigurationProperties>