ResourceModelWithAllowedPropertySet 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
ResourceModelWithAllowedPropertySet() |
Initializes a new instance of the ResourceModelWithAllowedPropertySet class. |
ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan) |
Initializes a new instance of the ResourceModelWithAllowedPropertySet class. |
ResourceModelWithAllowedPropertySet()
Initializes a new instance of the ResourceModelWithAllowedPropertySet class.
public ResourceModelWithAllowedPropertySet ();
Public Sub New ()
Applies to
ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)
Initializes a new instance of the ResourceModelWithAllowedPropertySet class.
public ResourceModelWithAllowedPropertySet (string id = default, string name = default, string type = default, string location = default, string managedBy = default, string kind = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetIdentity identity = default, Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetSku sku = default, Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetPlan plan = default);
new Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySet : string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetIdentity * Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetSku * Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetPlan -> Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional managedBy As String = Nothing, Optional kind As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceModelWithAllowedPropertySetIdentity = Nothing, Optional sku As ResourceModelWithAllowedPropertySetSku = Nothing, Optional plan As ResourceModelWithAllowedPropertySetPlan = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- location
- String
The geo-location where the resource lives
- managedBy
- String
The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
- kind
- String
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
- etag
- String
The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- tags
- IDictionary<String,String>
Resource tags.
Applies to
Azure SDK for .NET