ArmApiCenterModelFactory.ApiCenterServiceProperties Method

Definition

The properties of the service.

public static Azure.ResourceManager.ApiCenter.Models.ApiCenterServiceProperties ApiCenterServiceProperties(Azure.ResourceManager.ApiCenter.Models.ApiCenterProvisioningState? provisioningState = default, bool? isRestore = default);
static member ApiCenterServiceProperties : Nullable<Azure.ResourceManager.ApiCenter.Models.ApiCenterProvisioningState> * Nullable<bool> -> Azure.ResourceManager.ApiCenter.Models.ApiCenterServiceProperties
Public Shared Function ApiCenterServiceProperties (Optional provisioningState As Nullable(Of ApiCenterProvisioningState) = Nothing, Optional isRestore As Nullable(Of Boolean) = Nothing) As ApiCenterServiceProperties

Parameters

provisioningState
Nullable<ApiCenterProvisioningState>

Provisioning state of the service.

isRestore
Nullable<Boolean>

Flag used to restore soft-deleted API Center service. If specified and set to 'true' all other properties will be ignored.

Returns

A new ApiCenterServiceProperties instance for mocking.

Applies to