PSResourceAttributes 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
| PSResourceAttributes() | |
| PSResourceAttributes(Resource) | |
| PSResourceAttributes(String, String, String) |
PSResourceAttributes()
public PSResourceAttributes ();
Public Sub New ()
Applies to
PSResourceAttributes(Resource)
public PSResourceAttributes (Microsoft.Azure.Management.Relay.Models.Resource resource);
new Microsoft.Azure.Commands.Relay.Models.PSResourceAttributes : Microsoft.Azure.Management.Relay.Models.Resource -> Microsoft.Azure.Commands.Relay.Models.PSResourceAttributes
Public Sub New (resource As Resource)
Parameters
- resource
- Resource
Applies to
PSResourceAttributes(String, String, String)
public PSResourceAttributes (string id = default, string name = default, string type = default);
new Microsoft.Azure.Commands.Relay.Models.PSResourceAttributes : string * string * string -> Microsoft.Azure.Commands.Relay.Models.PSResourceAttributes
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String