Uses of Class
odata.msgraph.client.beta.entity.IpSecurityProfile
-
Packages that use IpSecurityProfile Package Description odata.msgraph.client.beta.entity -
-
Uses of IpSecurityProfile in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return IpSecurityProfile Modifier and Type Method Description IpSecurityProfileIpSecurityProfile.Builder. build()IpSecurityProfileIpSecurityProfile. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IpSecurityProfileIpSecurityProfile. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IpSecurityProfileIpSecurityProfile. withActivityGroupNames(List<String> activityGroupNames)IpSecurityProfileIpSecurityProfile. withAddress(String address)IpSecurityProfileIpSecurityProfile. withAzureSubscriptionId(String azureSubscriptionId)IpSecurityProfileIpSecurityProfile. withAzureTenantId(String azureTenantId)IpSecurityProfileIpSecurityProfile. withCountHits(Integer countHits)IpSecurityProfileIpSecurityProfile. withCountHosts(Integer countHosts)IpSecurityProfileIpSecurityProfile. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)IpSecurityProfileIpSecurityProfile. withIpCategories(List<IpCategory> ipCategories)IpSecurityProfileIpSecurityProfile. withIpReferenceData(List<IpReferenceData> ipReferenceData)IpSecurityProfileIpSecurityProfile. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)IpSecurityProfileIpSecurityProfile. withRiskScore(String riskScore)IpSecurityProfileIpSecurityProfile. withTags(List<String> tags)IpSecurityProfileIpSecurityProfile. withUnmappedField(String name, String value)IpSecurityProfileIpSecurityProfile. withVendorInformation(SecurityVendorInformation vendorInformation)
-