ArmAppPlatformModelFactory.AppPlatformServiceRegistryProperties 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.
Initializes a new instance of AppPlatformServiceRegistryProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties AppPlatformServiceRegistryProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryResourceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance> instances = default);
static member AppPlatformServiceRegistryProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryResourceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryProperties
Public Shared Function AppPlatformServiceRegistryProperties (Optional provisioningState As Nullable(Of AppPlatformServiceRegistryProvisioningState) = Nothing, Optional resourceRequests As AppPlatformServiceRegistryResourceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformServiceRegistryInstance) = Nothing) As AppPlatformServiceRegistryProperties
Parameters
- provisioningState
- Nullable<AppPlatformServiceRegistryProvisioningState>
State of the Service Registry.
- resourceRequests
- AppPlatformServiceRegistryResourceRequirements
The requested resource quantity for required CPU and Memory.
- instances
- IEnumerable<AppPlatformServiceRegistryInstance>
Collection of instances belong to Service Registry.
Returns
A new AppPlatformServiceRegistryProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET