AppResource 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
AppResource() |
Initializes a new instance of the AppResource class. |
AppResource(String, String, String, AppResourceProperties, ManagedIdentityProperties, String) |
Initializes a new instance of the AppResource class. |
AppResource()
Initializes a new instance of the AppResource class.
public AppResource ();
Public Sub New ()
Applies to
AppResource(String, String, String, AppResourceProperties, ManagedIdentityProperties, String)
Initializes a new instance of the AppResource class.
public AppResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.AppResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.ManagedIdentityProperties identity = default, string location = default);
new Microsoft.Azure.Management.AppPlatform.Models.AppResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.ManagedIdentityProperties * string -> Microsoft.Azure.Management.AppPlatform.Models.AppResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As AppResourceProperties = Nothing, Optional identity As ManagedIdentityProperties = Nothing, Optional location As String = 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.
- properties
- AppResourceProperties
Properties of the App resource
- identity
- ManagedIdentityProperties
The Managed Identity type of the app resource
- location
- String
The GEO location of the application, always the same with its parent resource