ProviderResourceType Constructors
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.
Overloads
ProviderResourceType() | |
ProviderResourceType(String, IList<String>, IList<AliasType>, IList<String>, IDictionary<String,String>) |
ProviderResourceType()
public ProviderResourceType ();
Public Sub New ()
Applies to
ProviderResourceType(String, IList<String>, IList<AliasType>, IList<String>, IDictionary<String,String>)
public ProviderResourceType (string resourceType = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.AliasType> aliases = default, System.Collections.Generic.IList<string> apiVersions = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.Internal.Resources.Models.ProviderResourceType : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.AliasType> * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Internal.Resources.Models.ProviderResourceType
Public Sub New (Optional resourceType As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional aliases As IList(Of AliasType) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- resourceType
- String
- properties
- IDictionary<String,String>