Uses of Class
com.azure.resourcemanager.network.models.SecurityPartnerProviderConnectionStatus
-
Packages that use SecurityPartnerProviderConnectionStatus Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of SecurityPartnerProviderConnectionStatus in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityPartnerProviderConnectionStatus Modifier and Type Method Description SecurityPartnerProviderConnectionStatusSecurityPartnerProviderInner. connectionStatus()Get the connectionStatus property: The connection status with the Security Partner Provider.SecurityPartnerProviderConnectionStatusSecurityPartnerProviderPropertiesFormat. connectionStatus()Get the connectionStatus property: The connection status with the Security Partner Provider. -
Uses of SecurityPartnerProviderConnectionStatus in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SecurityPartnerProviderConnectionStatus Modifier and Type Field Description static SecurityPartnerProviderConnectionStatusSecurityPartnerProviderConnectionStatus. CONNECTEDStatic value Connected for SecurityPartnerProviderConnectionStatus.static SecurityPartnerProviderConnectionStatusSecurityPartnerProviderConnectionStatus. NOT_CONNECTEDStatic value NotConnected for SecurityPartnerProviderConnectionStatus.static SecurityPartnerProviderConnectionStatusSecurityPartnerProviderConnectionStatus. PARTIALLY_CONNECTEDStatic value PartiallyConnected for SecurityPartnerProviderConnectionStatus.static SecurityPartnerProviderConnectionStatusSecurityPartnerProviderConnectionStatus. UNKNOWNStatic value Unknown for SecurityPartnerProviderConnectionStatus.Methods in com.azure.resourcemanager.network.models that return SecurityPartnerProviderConnectionStatus Modifier and Type Method Description static SecurityPartnerProviderConnectionStatusSecurityPartnerProviderConnectionStatus. fromString(String name)Creates or finds a SecurityPartnerProviderConnectionStatus from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityPartnerProviderConnectionStatus Modifier and Type Method Description static Collection<SecurityPartnerProviderConnectionStatus>SecurityPartnerProviderConnectionStatus. values()
-