GenericResourceExpanded 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
GenericResourceExpanded() |
Initializes a new instance of the GenericResourceExpanded class. |
GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the GenericResourceExpanded class. |
GenericResourceExpanded()
Initializes a new instance of the GenericResourceExpanded class.
public GenericResourceExpanded ();
Public Sub New ()
Applies to
GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the GenericResourceExpanded class.
public GenericResourceExpanded (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.Plan plan = default, object properties = default, string kind = default, string managedBy = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.Sku sku = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.Identity identity = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExtendedLocation extendedLocation = default, DateTime? createdTime = default, DateTime? changedTime = default, string provisioningState = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceExpanded : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.Models.Plan * obj * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.Sku * Microsoft.Azure.Management.ResourceManager.Fluent.Models.Identity * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExtendedLocation * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceExpanded
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As Plan = Nothing, Optional properties As Object = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- plan
- Plan
The plan of the resource.
- properties
- Object
The resource properties.
- kind
- String
The kind of the resource.
- managedBy
- String
ID of the resource that manages this resource.
- sku
- Sku
The SKU of the resource.
- identity
- Identity
The identity of the resource.
- extendedLocation
- ExtendedLocation
Resource extended location.
The created time of the resource. This is only present if requested via the $expand query parameter.
The changed time of the resource. This is only present if requested via the $expand query parameter.
- provisioningState
- String
The provisioning state of the resource. This is only present if requested via the $expand query parameter.