Subnet.UpdateDefinitionStages.WithServiceEndpoint<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface Subnet.UpdateDefinitionStages.WithServiceEndpoint

The stage of a subnet definition allowing to enable access from a service endpoint to the subnet.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withAccessFromService(ServiceEndpointType service)

Specifies a service endpoint to enable access from.

Method Details

withAccessFromService

public abstract Subnet.UpdateDefinitionStages.WithAttach withAccessFromService(ServiceEndpointType service)

Specifies a service endpoint to enable access from.

Parameters:

service - the service type

Returns:

the next stage of the definition

Applies to