ResourceProviderOperationDisplayProperties 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
ResourceProviderOperationDisplayProperties() | |
ResourceProviderOperationDisplayProperties(String, String, String, String, String) |
ResourceProviderOperationDisplayProperties()
public ResourceProviderOperationDisplayProperties ();
Public Sub New ()
Applies to
ResourceProviderOperationDisplayProperties(String, String, String, String, String)
public ResourceProviderOperationDisplayProperties (string publisher = default, string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.Internal.Resources.Models.ResourceProviderOperationDisplayProperties : string * string * string * string * string -> Microsoft.Azure.Management.Internal.Resources.Models.ResourceProviderOperationDisplayProperties
Public Sub New (Optional publisher As String = Nothing, Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing)
Parameters
- publisher
- String
- provider
- String
- resource
- String
- operation
- String
- description
- String