BindingResource 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
BindingResource() |
Initializes a new instance of the BindingResource class. |
BindingResource(String, String, String, BindingResourceProperties) |
Initializes a new instance of the BindingResource class. |
BindingResource()
Initializes a new instance of the BindingResource class.
public BindingResource ();
Public Sub New ()
Applies to
BindingResource(String, String, String, BindingResourceProperties)
Initializes a new instance of the BindingResource class.
public BindingResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.BindingResourceProperties properties = default);
new Microsoft.Azure.Management.AppPlatform.Models.BindingResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.BindingResourceProperties -> Microsoft.Azure.Management.AppPlatform.Models.BindingResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As BindingResourceProperties = 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
- BindingResourceProperties
Properties of the Binding resource
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET