ServiceResource 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
ServiceResource() |
Initializes a new instance of the ServiceResource class. |
ServiceResource(String, String, String, String, IDictionary<String,String>, ClusterResourceProperties, Sku) |
Initializes a new instance of the ServiceResource class. |
ServiceResource()
Initializes a new instance of the ServiceResource class.
public ServiceResource ();
Public Sub New ()
Applies to
ServiceResource(String, String, String, String, IDictionary<String,String>, ClusterResourceProperties, Sku)
Initializes a new instance of the ServiceResource class.
public ServiceResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.AppPlatform.Models.ClusterResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.Sku sku = default);
new Microsoft.Azure.Management.AppPlatform.Models.ServiceResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.AppPlatform.Models.ClusterResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.Sku -> Microsoft.Azure.Management.AppPlatform.Models.ServiceResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As ClusterResourceProperties = Nothing, Optional sku As Sku = Nothing)
Parameters
- id
- String
Fully qualified resource Id for the resource.
- name
- String
The name of the resource.
- type
- String
The type of the resource.
- location
- String
The GEO location of the resource.
- tags
- IDictionary<String,String>
Tags of the service which is a list of key value pairs that describe the resource.
- properties
- ClusterResourceProperties
Properties of the Service resource
- sku
- Sku
Sku of the Service resource
Applies to
Azure SDK for .NET