ProviderOperation 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
ProviderOperation() | |
ProviderOperation(String, String, String, String, Object) |
ProviderOperation()
public ProviderOperation ();
Public Sub New ()
Applies to
ProviderOperation(String, String, String, String, Object)
public ProviderOperation (string name = default, string displayName = default, string description = default, string origin = default, object properties = default);
new Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.ProviderOperation : string * string * string * string * obj -> Microsoft.Azure.Management.Authorization.Version2015_07_01.Models.ProviderOperation
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional origin As String = Nothing, Optional properties As Object = Nothing)
Parameters
- name
- String
- displayName
- String
- description
- String
- origin
- String
- properties
- Object