WebhookCreateOrUpdateParameters 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
WebhookCreateOrUpdateParameters() |
Initializes a new instance of the WebhookCreateOrUpdateParameters class. |
WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties) |
Initializes a new instance of the WebhookCreateOrUpdateParameters class with required arguments. |
WebhookCreateOrUpdateParameters()
Initializes a new instance of the WebhookCreateOrUpdateParameters class.
public WebhookCreateOrUpdateParameters ();
Public Sub New ()
Applies to
WebhookCreateOrUpdateParameters(String, WebhookCreateOrUpdateProperties)
Initializes a new instance of the WebhookCreateOrUpdateParameters class with required arguments.
public WebhookCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters
Public Sub New (name As String, properties As WebhookCreateOrUpdateProperties)
Parameters
- name
- System.String
- properties
- WebhookCreateOrUpdateProperties