Uses of Class
odata.msgraph.client.beta.enums.FirewallCertificateRevocationListCheckMethodType
-
Packages that use FirewallCertificateRevocationListCheckMethodType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of FirewallCertificateRevocationListCheckMethodType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as FirewallCertificateRevocationListCheckMethodType Modifier and Type Field Description protected FirewallCertificateRevocationListCheckMethodTypeWindows10EndpointProtectionConfiguration. firewallCertificateRevocationListCheckMethodMethods in odata.msgraph.client.beta.entity that return types with arguments of type FirewallCertificateRevocationListCheckMethodType Modifier and Type Method Description Optional<FirewallCertificateRevocationListCheckMethodType>Windows10EndpointProtectionConfiguration. getFirewallCertificateRevocationListCheckMethod()“Specify how the certificate revocation list is to be enforced”Methods in odata.msgraph.client.beta.entity with parameters of type FirewallCertificateRevocationListCheckMethodType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallCertificateRevocationListCheckMethod(FirewallCertificateRevocationListCheckMethodType firewallCertificateRevocationListCheckMethod)“Specify how the certificate revocation list is to be enforced”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withFirewallCertificateRevocationListCheckMethod(FirewallCertificateRevocationListCheckMethodType firewallCertificateRevocationListCheckMethod)Returns an immutable copy ofthiswith just thefirewallCertificateRevocationListCheckMethodfield changed. -
Uses of FirewallCertificateRevocationListCheckMethodType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return FirewallCertificateRevocationListCheckMethodType Modifier and Type Method Description static FirewallCertificateRevocationListCheckMethodTypeFirewallCertificateRevocationListCheckMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static FirewallCertificateRevocationListCheckMethodType[]FirewallCertificateRevocationListCheckMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-