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. |
Applies to
Azure SDK for .NET