SecurityPartnerProvider Class
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.
Security Partner Provider resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecurityPartnerProvider : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecurityPartnerProvider = class
inherit Resource
Public Class SecurityPartnerProvider
Inherits Resource
- Inheritance
- Attributes
Constructors
SecurityPartnerProvider() |
Initializes a new instance of the SecurityPartnerProvider class. |
SecurityPartnerProvider(String, String, String, String, IDictionary<String,String>, String, String, String, SubResource, String) |
Initializes a new instance of the SecurityPartnerProvider class. |
Properties
ConnectionStatus |
Gets the connection status with the Security Partner Provider. Possible values include: 'Unknown', 'PartiallyConnected', 'Connected', 'NotConnected' |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of the Security Partner Provider resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
SecurityProviderName |
Gets or sets the security provider name. Possible values include: 'ZScaler', 'IBoss', 'Checkpoint' |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
VirtualHub |
Gets or sets the virtualHub to which the Security Partner Provider belongs. |
Applies to
Azure SDK for .NET