ArmApiCenterModelFactory.ApiCenterServiceProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.