Amazon.WAFRegional.AmazonWAFRegionalClient.GetWebACL C# (CSharp) Метод

GetWebACL() публичный Метод

Returns the WebACL that is specified by WebACLId.
/// The operation failed because of a system problem, even though the request was valid. /// Retry your request. /// /// The operation failed because you tried to create, update, or delete an object by using /// an invalid account identifier. /// /// The operation failed because the referenced object doesn't exist. ///
public GetWebACL ( GetWebACLRequest request ) : GetWebACLResponse
request GetWebACLRequest Container for the necessary parameters to execute the GetWebACL service method.
Результат GetWebACLResponse
        public GetWebACLResponse GetWebACL(GetWebACLRequest request)
        {
            var marshaller = new GetWebACLRequestMarshaller();
            var unmarshaller = GetWebACLResponseUnmarshaller.Instance;

            return Invoke<GetWebACLRequest,GetWebACLResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonWAFRegionalClient::GetWebACL ( string webACLId ) : GetWebACLResponse
AmazonWAFRegionalClient