IWithZoneType Interface

Definition

The stage of the DNS zone definition allowing to specify Zone access type.

public interface IWithZoneType
type IWithZoneType = interface
Public Interface IWithZoneType
Derived

Methods

WithPrivateAccess()

Sets the type of this zone to Private.

WithPrivateAccess(IList<String>, IList<String>)

Sets the type of this zone to Private.

WithPublicAccess()

Sets the type of this zone to Public (default behavior).

Applies to