Uses of Class
odata.msgraph.client.beta.entity.HostSecurityProfile
-
Packages that use HostSecurityProfile Package Description odata.msgraph.client.beta.entity -
-
Uses of HostSecurityProfile in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return HostSecurityProfile Modifier and Type Method Description HostSecurityProfileHostSecurityProfile.Builder. build()HostSecurityProfileHostSecurityProfile. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.HostSecurityProfileHostSecurityProfile. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).HostSecurityProfileHostSecurityProfile. withAzureSubscriptionId(String azureSubscriptionId)HostSecurityProfileHostSecurityProfile. withAzureTenantId(String azureTenantId)HostSecurityProfileHostSecurityProfile. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)HostSecurityProfileHostSecurityProfile. withFqdn(String fqdn)HostSecurityProfileHostSecurityProfile. withIsAzureAdJoined(Boolean isAzureAdJoined)HostSecurityProfileHostSecurityProfile. withIsAzureAdRegistered(Boolean isAzureAdRegistered)HostSecurityProfileHostSecurityProfile. withIsHybridAzureDomainJoined(Boolean isHybridAzureDomainJoined)HostSecurityProfileHostSecurityProfile. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)HostSecurityProfileHostSecurityProfile. withLogonUsers(List<LogonUser> logonUsers)HostSecurityProfileHostSecurityProfile. withNetBiosName(String netBiosName)HostSecurityProfileHostSecurityProfile. withNetworkInterfaces(List<NetworkInterface> networkInterfaces)HostSecurityProfileHostSecurityProfile. withOs(String os)HostSecurityProfileHostSecurityProfile. withOsVersion(String osVersion)HostSecurityProfileHostSecurityProfile. withParentHost(String parentHost)HostSecurityProfileHostSecurityProfile. withRelatedHostIds(List<String> relatedHostIds)HostSecurityProfileHostSecurityProfile. withRiskScore(String riskScore)HostSecurityProfileHostSecurityProfile. withTags(List<String> tags)HostSecurityProfileHostSecurityProfile. withUnmappedField(String name, String value)HostSecurityProfileHostSecurityProfile. withVendorInformation(SecurityVendorInformation vendorInformation)
-