VirtualIPGroupChange Class

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironmentChange
    Microsoft.WindowsAzure.ServiceRuntime.VirtualIPGroupChange

Syntax

public class VirtualIPGroupChange : RoleEnvironmentChange, IEquatable<VirtualIPGroupChange>
public ref class VirtualIPGroupChange : RoleEnvironmentChange, 
    IEquatable<VirtualIPGroupChange^>
type VirtualIPGroupChange = 
    class
        inherit RoleEnvironmentChange
        interface IEquatable<VirtualIPGroupChange>
    end
Public Class VirtualIPGroupChange
    Inherits RoleEnvironmentChange
    Implements IEquatable(Of VirtualIPGroupChange)

Properties

Name Description
System_CAPS_pubproperty VirtualIPGroupName

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Overrides Object.Equals(Object).)

System_CAPS_pubmethod Equals(VirtualIPGroupChange)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top