你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AssetUpdateTransfers Struct
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.
A list of asset types to cascade the updates to.
public readonly struct AssetUpdateTransfers : IEquatable<Azure.Analytics.Defender.Easm.AssetUpdateTransfers>
type AssetUpdateTransfers = struct
Public Structure AssetUpdateTransfers
Implements IEquatable(Of AssetUpdateTransfers)
- Inheritance
-
AssetUpdateTransfers
- Implements
Constructors
AssetUpdateTransfers(String) |
Initializes a new instance of AssetUpdateTransfers. |
Properties
As |
as. |
Contact |
contact. |
Domain |
domain. |
Host |
host. |
IpAddress |
ipAddress. |
IpBlock |
ipBlock. |
Page |
page. |
SslCert |
sslCert. |
Methods
Equals(AssetUpdateTransfers) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AssetUpdateTransfers, AssetUpdateTransfers) |
Determines if two AssetUpdateTransfers values are the same. |
Implicit(String to AssetUpdateTransfers) |
Converts a string to a AssetUpdateTransfers. |
Inequality(AssetUpdateTransfers, AssetUpdateTransfers) |
Determines if two AssetUpdateTransfers values are not the same. |