ReplaceAllFirewallRulesOperationResponse Interface

public interface ReplaceAllFirewallRulesOperationResponse

An immutable client-side representation of ReplaceAllFirewallRulesOperationResponse.

Method Summary

Modifier and Type Method and Description
abstract ReplaceAllFirewallRulesOperationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.ReplaceAllFirewallRulesOperationResponseInner object.

abstract String operationId()

Gets the operationId property: The operation ID.

Method Details

innerModel

public abstract ReplaceAllFirewallRulesOperationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.ReplaceAllFirewallRulesOperationResponseInner object.

Returns:

the inner object.

operationId

public abstract String operationId()

Gets the operationId property: The operation ID.

Returns:

the operationId value.

Applies to