ArmModelFactory.Provider 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.
Creates a new instance of Provider(String, String, String, List<ProviderResourceType>).
public static Azure.Connectors.Sdk.Arm.Models.Provider Provider(string id = default, string namespace = default, string registrationState = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Arm.Models.ProviderResourceType> resourceType = default);
static member Provider : string * string * string * System.Collections.Generic.List<Azure.Connectors.Sdk.Arm.Models.ProviderResourceType> -> Azure.Connectors.Sdk.Arm.Models.Provider
Public Shared Function Provider (Optional id As String = Nothing, Optional namespace As String = Nothing, Optional registrationState As String = Nothing, Optional resourceType As List(Of ProviderResourceType) = Nothing) As Provider
Parameters
- id
- String
- namespace
- String
- registrationState
- String
- resourceType
- List<ProviderResourceType>