CsmPublishingCredentialsPoliciesEntity 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
CsmPublishingCredentialsPoliciesEntity() |
Initializes a new instance of the CsmPublishingCredentialsPoliciesEntity class. |
CsmPublishingCredentialsPoliciesEntity(Boolean, String, String, String, String) |
Initializes a new instance of the CsmPublishingCredentialsPoliciesEntity class. |
CsmPublishingCredentialsPoliciesEntity()
Initializes a new instance of the CsmPublishingCredentialsPoliciesEntity class.
public CsmPublishingCredentialsPoliciesEntity ();
Public Sub New ()
Applies to
CsmPublishingCredentialsPoliciesEntity(Boolean, String, String, String, String)
Initializes a new instance of the CsmPublishingCredentialsPoliciesEntity class.
public CsmPublishingCredentialsPoliciesEntity (bool allow, string id = default, string name = default, string kind = default, string type = default);
new Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity : bool * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.CsmPublishingCredentialsPoliciesEntity
Public Sub New (allow As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing)
Parameters
- allow
- Boolean
<code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
Applies to
Azure SDK for .NET